Release 10.1A: OpenEdge Reporting:
Report Builder Deployment
Using password security
To add security for user passwords with the table interface, use the
aderb/_rbpwenc.pprocedure to encode the passwords, then specify the Encoded Password (-rbP) parameter in the database connection string either on the command line or in theRB-DB-CONNECTIONfield of the Report Engine table. When you use the-rbPparameter, Report Engine accepts encoded passwords and deciphers the encoding. You can specify-rbPeither on the command line or in place of the Password (-P) parameter in theRB-DB-CONNECTIONfield of the Report Engine table.Progress Software Corporation supplies the compiled code for the
_rbpwencprocedure. The procedure accepts two character arguments:The
password.p. procedure shows how to use theaderb/_rbpwencprocedure:
Caution: Although
_rbpwencencodes users’ passwords making it more difficult for a user to obtain the password required to connect to a database, other users can still copy the encoded password and use it to generate their own reports. Progress Software provides_rbpwencto make your password more secure, but it does not guarantee that_rbpwencis unbreakable.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |